lcPaint_DrawRect2 Home

Draws a rectangle.

 BOOL lcPaint_DrawRect2 (
   HANDLE hLcWnd,
   double X1,
   double Y1,
   double X2,
   double Y2
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
X1 Y1
  Corner coordinate.
X2 Y2
  Opposite corner coordinate.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_DrawRect